FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / SetSystemPropertiesAsync Method / SetSystemPropertiesAsync(Property[],Object) Method

In This Topic
    SetSystemPropertiesAsync(Property[],Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetSystemPropertiesAsync( _
       ByVal Properties() As Property, _
       ByVal userState As Object _
    ) 
    public void SetSystemPropertiesAsync( 
       Property[] Properties,
       object userState
    )

    Parameters

    Properties
    userState
    See Also